home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / VideoToolbox / Demos / LR.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  75.8 KB  |  1,585 lines  |  [TEXT/KAHL]

  1. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  2. LR.id="5111767";
  3. LR.name="signal";
  4. LR.date="3:09 PM Friday, October 16, 1992";
  5. LR.notes="manoj, lights off, photometer 1 inch from screen";
  6. LR.dacSize=8;
  7. LR.LMin=-0.06; /* luminance at VMin */
  8. LR.LMax=39.7; /* luminance at VMax */
  9. LR.LBackground=9.731; /* background luminance during calibration */
  10. LR.VBackground=193; /* background number used during calibration */
  11. LR.dpi=76; /* pixels/inch */
  12. LR.Hz=66.67; /* frames/second */
  13. LR.units="cd/m^2";
  14. LR.coefficients=9; /* # of coefficients in polynomial fit */
  15. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  16.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  17.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  18.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  19. LR.polynomialError=0.2263; /* RMS error of fit */
  20. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  21.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  22. LR.quadraticError=2.5493; /* RMS error of fit */
  23. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  24.     LR.power[3]=2.48866;\
  25.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  26.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  27.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  28.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  29. LR.powerError=0.2616; /* RMS error of fit */
  30. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  31.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  32.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  33.     /* The exponent fixedPower[3] is fixed. */
  34. LR.fixedPowerError=1.1986; /* RMS error of fit */
  35. LR.r=0.0282406;
  36. LR.g=0.149883;
  37. LR.b=0.821877;
  38. LR.gainAccuracy=-0.0337905;
  39. LR.gm=3.85543; /* The monitor's contrast gain. */
  40. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  41. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  42. LR.VMin=0; /* minimum value that can be loaded into DAC */
  43. LR.VMax=255; /* maximum value that can be loaded into DAC */
  44.  
  45. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  46. LR.id="5111767";
  47. LR.name="signal";
  48. LR.date="3:09 PM Friday, October 16, 1992";
  49. LR.notes="manoj, lights off, photometer 1 inch from screen";
  50. LR.dacSize=8;
  51. LR.LMin=-0.06; /* luminance at VMin */
  52. LR.LMax=39.7; /* luminance at VMax */
  53. LR.LBackground=9.731; /* background luminance during calibration */
  54. LR.VBackground=193; /* background number used during calibration */
  55. LR.dpi=76; /* pixels/inch */
  56. LR.Hz=66.67; /* frames/second */
  57. LR.units="cd/m^2";
  58. LR.coefficients=9; /* # of coefficients in polynomial fit */
  59. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  60.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  61.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  62.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  63. LR.polynomialError=0.2263; /* RMS error of fit */
  64. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  65.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  66. LR.quadraticError=2.5493; /* RMS error of fit */
  67. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  68.     LR.power[3]=2.48866;\
  69.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  70.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  71.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  72.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  73. LR.powerError=0.2616; /* RMS error of fit */
  74. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  75.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  76.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  77.     /* The exponent fixedPower[3] is fixed. */
  78. LR.fixedPowerError=1.1986; /* RMS error of fit */
  79. LR.r=0.0282406;
  80. LR.g=0.149883;
  81. LR.b=0.821877;
  82. LR.gainAccuracy=-0.0337905;
  83. LR.gm=3.85543; /* The monitor's contrast gain. */
  84. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  85. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  86. LR.VMin=0; /* minimum value that can be loaded into DAC */
  87. LR.VMax=255; /* maximum value that can be loaded into DAC */
  88.  
  89. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  90. LR.id="5111767";
  91. LR.name="signal";
  92. LR.date="3:09 PM Friday, October 16, 1992";
  93. LR.notes="manoj, lights off, photometer 1 inch from screen";
  94. LR.dacSize=8;
  95. LR.LMin=-0.06; /* luminance at VMin */
  96. LR.LMax=39.7; /* luminance at VMax */
  97. LR.LBackground=9.731; /* background luminance during calibration */
  98. LR.VBackground=193; /* background number used during calibration */
  99. LR.dpi=76; /* pixels/inch */
  100. LR.Hz=66.67; /* frames/second */
  101. LR.units="cd/m^2";
  102. LR.coefficients=9; /* # of coefficients in polynomial fit */
  103. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  104.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  105.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  106.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  107. LR.polynomialError=0.2263; /* RMS error of fit */
  108. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  109.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  110. LR.quadraticError=2.5493; /* RMS error of fit */
  111. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  112.     LR.power[3]=2.48866;\
  113.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  114.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  115.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  116.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  117. LR.powerError=0.2616; /* RMS error of fit */
  118. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  119.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  120.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  121.     /* The exponent fixedPower[3] is fixed. */
  122. LR.fixedPowerError=1.1986; /* RMS error of fit */
  123. LR.r=0.0282406;
  124. LR.g=0.149883;
  125. LR.b=0.821877;
  126. LR.gainAccuracy=-0.0337905;
  127. LR.gm=3.85543; /* The monitor's contrast gain. */
  128. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  129. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  130. LR.VMin=0; /* minimum value that can be loaded into DAC */
  131. LR.VMax=255; /* maximum value that can be loaded into DAC */
  132.  
  133. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  134. LR.id="5111767";
  135. LR.name="signal";
  136. LR.date="3:09 PM Friday, October 16, 1992";
  137. LR.notes="manoj, lights off, photometer 1 inch from screen";
  138. LR.dacSize=8;
  139. LR.LMin=-0.06; /* luminance at VMin */
  140. LR.LMax=39.7; /* luminance at VMax */
  141. LR.LBackground=9.731; /* background luminance during calibration */
  142. LR.VBackground=193; /* background number used during calibration */
  143. LR.dpi=76; /* pixels/inch */
  144. LR.Hz=66.67; /* frames/second */
  145. LR.units="cd/m^2";
  146. LR.coefficients=9; /* # of coefficients in polynomial fit */
  147. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  148.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  149.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  150.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  151. LR.polynomialError=0.2263; /* RMS error of fit */
  152. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  153.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  154. LR.quadraticError=2.5493; /* RMS error of fit */
  155. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  156.     LR.power[3]=2.48866;\
  157.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  158.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  159.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  160.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  161. LR.powerError=0.2616; /* RMS error of fit */
  162. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  163.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  164.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  165.     /* The exponent fixedPower[3] is fixed. */
  166. LR.fixedPowerError=1.1986; /* RMS error of fit */
  167. LR.r=0.0282406;
  168. LR.g=0.149883;
  169. LR.b=0.821877;
  170. LR.gainAccuracy=-0.0337905;
  171. LR.gm=3.85543; /* The monitor's contrast gain. */
  172. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  173. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  174. LR.VMin=0; /* minimum value that can be loaded into DAC */
  175. LR.VMax=255; /* maximum value that can be loaded into DAC */
  176.  
  177. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  178. LR.id="5111767";
  179. LR.name="signal";
  180. LR.date="3:09 PM Friday, October 16, 1992";
  181. LR.notes="manoj, lights off, photometer 1 inch from screen";
  182. LR.dacSize=8;
  183. LR.LMin=-0.06; /* luminance at VMin */
  184. LR.LMax=39.7; /* luminance at VMax */
  185. LR.LBackground=9.731; /* background luminance during calibration */
  186. LR.VBackground=193; /* background number used during calibration */
  187. LR.dpi=76; /* pixels/inch */
  188. LR.Hz=66.67; /* frames/second */
  189. LR.units="cd/m^2";
  190. LR.coefficients=9; /* # of coefficients in polynomial fit */
  191. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  192.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  193.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  194.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  195. LR.polynomialError=0.2263; /* RMS error of fit */
  196. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  197.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  198. LR.quadraticError=2.5493; /* RMS error of fit */
  199. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  200.     LR.power[3]=2.48866;\
  201.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  202.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  203.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  204.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  205. LR.powerError=0.2616; /* RMS error of fit */
  206. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  207.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  208.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  209.     /* The exponent fixedPower[3] is fixed. */
  210. LR.fixedPowerError=1.1986; /* RMS error of fit */
  211. LR.r=0.0282406;
  212. LR.g=0.149883;
  213. LR.b=0.821877;
  214. LR.gainAccuracy=-0.0337905;
  215. LR.gm=3.85543; /* The monitor's contrast gain. */
  216. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  217. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  218. LR.VMin=0; /* minimum value that can be loaded into DAC */
  219. LR.VMax=255; /* maximum value that can be loaded into DAC */
  220.  
  221. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  222. LR.id="5111767";
  223. LR.name="signal";
  224. LR.date="3:09 PM Friday, October 16, 1992";
  225. LR.notes="manoj, lights off, photometer 1 inch from screen";
  226. LR.dacSize=8;
  227. LR.LMin=-0.06; /* luminance at VMin */
  228. LR.LMax=39.7; /* luminance at VMax */
  229. LR.LBackground=9.731; /* background luminance during calibration */
  230. LR.VBackground=193; /* background number used during calibration */
  231. LR.dpi=76; /* pixels/inch */
  232. LR.Hz=66.67; /* frames/second */
  233. LR.units="cd/m^2";
  234. LR.coefficients=9; /* # of coefficients in polynomial fit */
  235. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  236.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  237.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  238.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  239. LR.polynomialError=0.2263; /* RMS error of fit */
  240. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  241.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  242. LR.quadraticError=2.5493; /* RMS error of fit */
  243. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  244.     LR.power[3]=2.48866;\
  245.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  246.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  247.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  248.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  249. LR.powerError=0.2616; /* RMS error of fit */
  250. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  251.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  252.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  253.     /* The exponent fixedPower[3] is fixed. */
  254. LR.fixedPowerError=1.1986; /* RMS error of fit */
  255. LR.r=0.0282406;
  256. LR.g=0.149883;
  257. LR.b=0.821877;
  258. LR.gainAccuracy=-0.0337905;
  259. LR.gm=3.85543; /* The monitor's contrast gain. */
  260. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  261. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  262. LR.VMin=0; /* minimum value that can be loaded into DAC */
  263. LR.VMax=255; /* maximum value that can be loaded into DAC */
  264.  
  265. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  266. LR.id="5111767";
  267. LR.name="signal";
  268. LR.date="3:09 PM Friday, October 16, 1992";
  269. LR.notes="manoj, lights off, photometer 1 inch from screen";
  270. LR.dacSize=8;
  271. LR.LMin=-0.06; /* luminance at VMin */
  272. LR.LMax=39.7; /* luminance at VMax */
  273. LR.LBackground=9.731; /* background luminance during calibration */
  274. LR.VBackground=193; /* background number used during calibration */
  275. LR.dpi=76; /* pixels/inch */
  276. LR.Hz=66.67; /* frames/second */
  277. LR.units="cd/m^2";
  278. LR.coefficients=9; /* # of coefficients in polynomial fit */
  279. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  280.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  281.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  282.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  283. LR.polynomialError=0.2263; /* RMS error of fit */
  284. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  285.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  286. LR.quadraticError=2.5493; /* RMS error of fit */
  287. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  288.     LR.power[3]=2.48866;\
  289.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  290.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  291.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  292.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  293. LR.powerError=0.2616; /* RMS error of fit */
  294. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  295.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  296.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  297.     /* The exponent fixedPower[3] is fixed. */
  298. LR.fixedPowerError=1.1986; /* RMS error of fit */
  299. LR.r=0.0282406;
  300. LR.g=0.149883;
  301. LR.b=0.821877;
  302. LR.gainAccuracy=-0.0337905;
  303. LR.gm=3.85543; /* The monitor's contrast gain. */
  304. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  305. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  306. LR.VMin=0; /* minimum value that can be loaded into DAC */
  307. LR.VMax=255; /* maximum value that can be loaded into DAC */
  308.  
  309. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  310. LR.id="5111767";
  311. LR.name="signal";
  312. LR.date="3:09 PM Friday, October 16, 1992";
  313. LR.notes="manoj, lights off, photometer 1 inch from screen";
  314. LR.dacSize=8;
  315. LR.LMin=-0.06; /* luminance at VMin */
  316. LR.LMax=39.7; /* luminance at VMax */
  317. LR.LBackground=9.731; /* background luminance during calibration */
  318. LR.VBackground=193; /* background number used during calibration */
  319. LR.dpi=76; /* pixels/inch */
  320. LR.Hz=66.67; /* frames/second */
  321. LR.units="cd/m^2";
  322. LR.coefficients=9; /* # of coefficients in polynomial fit */
  323. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  324.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  325.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  326.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  327. LR.polynomialError=0.2263; /* RMS error of fit */
  328. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  329.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  330. LR.quadraticError=2.5493; /* RMS error of fit */
  331. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  332.     LR.power[3]=2.48866;\
  333.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  334.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  335.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  336.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  337. LR.powerError=0.2616; /* RMS error of fit */
  338. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  339.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  340.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  341.     /* The exponent fixedPower[3] is fixed. */
  342. LR.fixedPowerError=1.1986; /* RMS error of fit */
  343. LR.r=0.0282406;
  344. LR.g=0.149883;
  345. LR.b=0.821877;
  346. LR.gainAccuracy=-0.0337905;
  347. LR.gm=3.85543; /* The monitor's contrast gain. */
  348. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  349. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  350. LR.VMin=0; /* minimum value that can be loaded into DAC */
  351. LR.VMax=255; /* maximum value that can be loaded into DAC */
  352.  
  353. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  354. LR.id="5111767";
  355. LR.name="signal";
  356. LR.date="3:09 PM Friday, October 16, 1992";
  357. LR.notes="manoj, lights off, photometer 1 inch from screen";
  358. LR.dacSize=8;
  359. LR.LMin=-0.06; /* luminance at VMin */
  360. LR.LMax=39.7; /* luminance at VMax */
  361. LR.LBackground=9.731; /* background luminance during calibration */
  362. LR.VBackground=193; /* background number used during calibration */
  363. LR.dpi=76; /* pixels/inch */
  364. LR.Hz=66.67; /* frames/second */
  365. LR.units="cd/m^2";
  366. LR.coefficients=9; /* # of coefficients in polynomial fit */
  367. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  368.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  369.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  370.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  371. LR.polynomialError=0.2263; /* RMS error of fit */
  372. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  373.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  374. LR.quadraticError=2.5493; /* RMS error of fit */
  375. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  376.     LR.power[3]=2.48866;\
  377.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  378.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  379.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  380.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  381. LR.powerError=0.2616; /* RMS error of fit */
  382. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  383.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  384.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  385.     /* The exponent fixedPower[3] is fixed. */
  386. LR.fixedPowerError=1.1986; /* RMS error of fit */
  387. LR.r=0.0282406;
  388. LR.g=0.149883;
  389. LR.b=0.821877;
  390. LR.gainAccuracy=-0.0337905;
  391. LR.gm=3.85543; /* The monitor's contrast gain. */
  392. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  393. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  394. LR.VMin=0; /* minimum value that can be loaded into DAC */
  395. LR.VMax=255; /* maximum value that can be loaded into DAC */
  396.  
  397. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  398. LR.id="5111767";
  399. LR.name="signal";
  400. LR.date="3:09 PM Friday, October 16, 1992";
  401. LR.notes="manoj, lights off, photometer 1 inch from screen";
  402. LR.dacSize=8;
  403. LR.LMin=-0.06; /* luminance at VMin */
  404. LR.LMax=39.7; /* luminance at VMax */
  405. LR.LBackground=9.731; /* background luminance during calibration */
  406. LR.VBackground=193; /* background number used during calibration */
  407. LR.dpi=76; /* pixels/inch */
  408. LR.Hz=66.67; /* frames/second */
  409. LR.units="cd/m^2";
  410. LR.coefficients=9; /* # of coefficients in polynomial fit */
  411. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  412.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  413.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  414.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  415. LR.polynomialError=0.2263; /* RMS error of fit */
  416. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  417.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  418. LR.quadraticError=2.5493; /* RMS error of fit */
  419. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  420.     LR.power[3]=2.48866;\
  421.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  422.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  423.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  424.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  425. LR.powerError=0.2616; /* RMS error of fit */
  426. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  427.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  428.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  429.     /* The exponent fixedPower[3] is fixed. */
  430. LR.fixedPowerError=1.1986; /* RMS error of fit */
  431. LR.r=0.0282406;
  432. LR.g=0.149883;
  433. LR.b=0.821877;
  434. LR.gainAccuracy=-0.0337905;
  435. LR.gm=3.85543; /* The monitor's contrast gain. */
  436. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  437. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  438. LR.VMin=0; /* minimum value that can be loaded into DAC */
  439. LR.VMax=255; /* maximum value that can be loaded into DAC */
  440.  
  441. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  442. LR.id="5111767";
  443. LR.name="signal";
  444. LR.date="3:09 PM Friday, October 16, 1992";
  445. LR.notes="manoj, lights off, photometer 1 inch from screen";
  446. LR.dacSize=8;
  447. LR.LMin=-0.06; /* luminance at VMin */
  448. LR.LMax=39.7; /* luminance at VMax */
  449. LR.LBackground=9.731; /* background luminance during calibration */
  450. LR.VBackground=193; /* background number used during calibration */
  451. LR.dpi=76; /* pixels/inch */
  452. LR.Hz=66.67; /* frames/second */
  453. LR.units="cd/m^2";
  454. LR.coefficients=9; /* # of coefficients in polynomial fit */
  455. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  456.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  457.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  458.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  459. LR.polynomialError=0.2263; /* RMS error of fit */
  460. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  461.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  462. LR.quadraticError=2.5493; /* RMS error of fit */
  463. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  464.     LR.power[3]=2.48866;\
  465.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  466.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  467.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  468.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  469. LR.powerError=0.2616; /* RMS error of fit */
  470. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  471.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  472.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  473.     /* The exponent fixedPower[3] is fixed. */
  474. LR.fixedPowerError=1.1986; /* RMS error of fit */
  475. LR.r=0.0282406;
  476. LR.g=0.149883;
  477. LR.b=0.821877;
  478. LR.gainAccuracy=-0.0337905;
  479. LR.gm=3.85543; /* The monitor's contrast gain. */
  480. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  481. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  482. LR.VMin=0; /* minimum value that can be loaded into DAC */
  483. LR.VMax=255; /* maximum value that can be loaded into DAC */
  484.  
  485. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  486. LR.id="5111767";
  487. LR.name="signal";
  488. LR.date="3:09 PM Friday, October 16, 1992";
  489. LR.notes="manoj, lights off, photometer 1 inch from screen";
  490. LR.dacSize=8;
  491. LR.LMin=-0.06; /* luminance at VMin */
  492. LR.LMax=39.7; /* luminance at VMax */
  493. LR.LBackground=9.731; /* background luminance during calibration */
  494. LR.VBackground=193; /* background number used during calibration */
  495. LR.dpi=76; /* pixels/inch */
  496. LR.Hz=66.67; /* frames/second */
  497. LR.units="cd/m^2";
  498. LR.coefficients=9; /* # of coefficients in polynomial fit */
  499. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  500.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  501.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  502.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  503. LR.polynomialError=0.2263; /* RMS error of fit */
  504. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  505.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  506. LR.quadraticError=2.5493; /* RMS error of fit */
  507. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  508.     LR.power[3]=2.48866;\
  509.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  510.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  511.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  512.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  513. LR.powerError=0.2616; /* RMS error of fit */
  514. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  515.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  516.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  517.     /* The exponent fixedPower[3] is fixed. */
  518. LR.fixedPowerError=1.1986; /* RMS error of fit */
  519. LR.r=0.0282406;
  520. LR.g=0.149883;
  521. LR.b=0.821877;
  522. LR.gainAccuracy=-0.0337905;
  523. LR.gm=3.85543; /* The monitor's contrast gain. */
  524. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  525. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  526. LR.VMin=0; /* minimum value that can be loaded into DAC */
  527. LR.VMax=255; /* maximum value that can be loaded into DAC */
  528.  
  529. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  530. LR.id="5111767";
  531. LR.name="signal";
  532. LR.date="3:09 PM Friday, October 16, 1992";
  533. LR.notes="manoj, lights off, photometer 1 inch from screen";
  534. LR.dacSize=8;
  535. LR.LMin=-0.06; /* luminance at VMin */
  536. LR.LMax=39.7; /* luminance at VMax */
  537. LR.LBackground=9.731; /* background luminance during calibration */
  538. LR.VBackground=193; /* background number used during calibration */
  539. LR.dpi=76; /* pixels/inch */
  540. LR.Hz=66.67; /* frames/second */
  541. LR.units="cd/m^2";
  542. LR.coefficients=9; /* # of coefficients in polynomial fit */
  543. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  544.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  545.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  546.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  547. LR.polynomialError=0.2263; /* RMS error of fit */
  548. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  549.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  550. LR.quadraticError=2.5493; /* RMS error of fit */
  551. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  552.     LR.power[3]=2.48866;\
  553.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  554.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  555.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  556.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  557. LR.powerError=0.2616; /* RMS error of fit */
  558. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  559.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  560.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  561.     /* The exponent fixedPower[3] is fixed. */
  562. LR.fixedPowerError=1.1986; /* RMS error of fit */
  563. LR.r=0.0282406;
  564. LR.g=0.149883;
  565. LR.b=0.821877;
  566. LR.gainAccuracy=-0.0337905;
  567. LR.gm=3.85543; /* The monitor's contrast gain. */
  568. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  569. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  570. LR.VMin=0; /* minimum value that can be loaded into DAC */
  571. LR.VMax=255; /* maximum value that can be loaded into DAC */
  572.  
  573. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  574. LR.id="5111767";
  575. LR.name="signal";
  576. LR.date="3:09 PM Friday, October 16, 1992";
  577. LR.notes="manoj, lights off, photometer 1 inch from screen";
  578. LR.dacSize=8;
  579. LR.LMin=-0.06; /* luminance at VMin */
  580. LR.LMax=39.7; /* luminance at VMax */
  581. LR.LBackground=9.731; /* background luminance during calibration */
  582. LR.VBackground=193; /* background number used during calibration */
  583. LR.dpi=76; /* pixels/inch */
  584. LR.Hz=66.67; /* frames/second */
  585. LR.units="cd/m^2";
  586. LR.coefficients=9; /* # of coefficients in polynomial fit */
  587. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  588.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  589.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  590.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  591. LR.polynomialError=0.2263; /* RMS error of fit */
  592. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  593.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  594. LR.quadraticError=2.5493; /* RMS error of fit */
  595. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  596.     LR.power[3]=2.48866;\
  597.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  598.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  599.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  600.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  601. LR.powerError=0.2616; /* RMS error of fit */
  602. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  603.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  604.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  605.     /* The exponent fixedPower[3] is fixed. */
  606. LR.fixedPowerError=1.1986; /* RMS error of fit */
  607. LR.r=0.0282406;
  608. LR.g=0.149883;
  609. LR.b=0.821877;
  610. LR.gainAccuracy=-0.0337905;
  611. LR.gm=3.85543; /* The monitor's contrast gain. */
  612. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  613. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  614. LR.VMin=0; /* minimum value that can be loaded into DAC */
  615. LR.VMax=255; /* maximum value that can be loaded into DAC */
  616.  
  617. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  618. LR.id="5111767";
  619. LR.name="signal";
  620. LR.date="3:09 PM Friday, October 16, 1992";
  621. LR.notes="manoj, lights off, photometer 1 inch from screen";
  622. LR.dacSize=8;
  623. LR.LMin=-0.06; /* luminance at VMin */
  624. LR.LMax=39.7; /* luminance at VMax */
  625. LR.LBackground=9.731; /* background luminance during calibration */
  626. LR.VBackground=193; /* background number used during calibration */
  627. LR.dpi=76; /* pixels/inch */
  628. LR.Hz=66.67; /* frames/second */
  629. LR.units="cd/m^2";
  630. LR.coefficients=9; /* # of coefficients in polynomial fit */
  631. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  632.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  633.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  634.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  635. LR.polynomialError=0.2263; /* RMS error of fit */
  636. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  637.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  638. LR.quadraticError=2.5493; /* RMS error of fit */
  639. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  640.     LR.power[3]=2.48866;\
  641.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  642.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  643.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  644.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  645. LR.powerError=0.2616; /* RMS error of fit */
  646. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  647.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  648.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  649.     /* The exponent fixedPower[3] is fixed. */
  650. LR.fixedPowerError=1.1986; /* RMS error of fit */
  651. LR.r=0.0282406;
  652. LR.g=0.149883;
  653. LR.b=0.821877;
  654. LR.gainAccuracy=-0.0337905;
  655. LR.gm=3.85543; /* The monitor's contrast gain. */
  656. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  657. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  658. LR.VMin=0; /* minimum value that can be loaded into DAC */
  659. LR.VMax=255; /* maximum value that can be loaded into DAC */
  660.  
  661. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  662. LR.id="5111767";
  663. LR.name="signal";
  664. LR.date="3:09 PM Friday, October 16, 1992";
  665. LR.notes="manoj, lights off, photometer 1 inch from screen";
  666. LR.dacSize=8;
  667. LR.LMin=-0.06; /* luminance at VMin */
  668. LR.LMax=39.7; /* luminance at VMax */
  669. LR.LBackground=9.731; /* background luminance during calibration */
  670. LR.VBackground=193; /* background number used during calibration */
  671. LR.dpi=76; /* pixels/inch */
  672. LR.Hz=66.67; /* frames/second */
  673. LR.units="cd/m^2";
  674. LR.coefficients=9; /* # of coefficients in polynomial fit */
  675. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  676.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  677.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  678.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  679. LR.polynomialError=0.2263; /* RMS error of fit */
  680. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  681.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  682. LR.quadraticError=2.5493; /* RMS error of fit */
  683. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  684.     LR.power[3]=2.48866;\
  685.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  686.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  687.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  688.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  689. LR.powerError=0.2616; /* RMS error of fit */
  690. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  691.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  692.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  693.     /* The exponent fixedPower[3] is fixed. */
  694. LR.fixedPowerError=1.1986; /* RMS error of fit */
  695. LR.r=0.0282406;
  696. LR.g=0.149883;
  697. LR.b=0.821877;
  698. LR.gainAccuracy=-0.0337905;
  699. LR.gm=3.85543; /* The monitor's contrast gain. */
  700. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  701. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  702. LR.VMin=0; /* minimum value that can be loaded into DAC */
  703. LR.VMax=255; /* maximum value that can be loaded into DAC */
  704.  
  705. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  706. LR.id="5111767";
  707. LR.name="signal";
  708. LR.date="3:09 PM Friday, October 16, 1992";
  709. LR.notes="manoj, lights off, photometer 1 inch from screen";
  710. LR.dacSize=8;
  711. LR.LMin=-0.06; /* luminance at VMin */
  712. LR.LMax=39.7; /* luminance at VMax */
  713. LR.LBackground=9.731; /* background luminance during calibration */
  714. LR.VBackground=193; /* background number used during calibration */
  715. LR.dpi=76; /* pixels/inch */
  716. LR.Hz=66.67; /* frames/second */
  717. LR.units="cd/m^2";
  718. LR.coefficients=9; /* # of coefficients in polynomial fit */
  719. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  720.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  721.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  722.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  723. LR.polynomialError=0.2263; /* RMS error of fit */
  724. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  725.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  726. LR.quadraticError=2.5493; /* RMS error of fit */
  727. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  728.     LR.power[3]=2.48866;\
  729.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  730.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  731.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  732.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  733. LR.powerError=0.2616; /* RMS error of fit */
  734. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  735.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  736.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  737.     /* The exponent fixedPower[3] is fixed. */
  738. LR.fixedPowerError=1.1986; /* RMS error of fit */
  739. LR.r=0.0282406;
  740. LR.g=0.149883;
  741. LR.b=0.821877;
  742. LR.gainAccuracy=-0.0337905;
  743. LR.gm=3.85543; /* The monitor's contrast gain. */
  744. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  745. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  746. LR.VMin=0; /* minimum value that can be loaded into DAC */
  747. LR.VMax=255; /* maximum value that can be loaded into DAC */
  748.  
  749. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  750. LR.id="5111767";
  751. LR.name="signal";
  752. LR.date="3:09 PM Friday, October 16, 1992";
  753. LR.notes="manoj, lights off, photometer 1 inch from screen";
  754. LR.dacSize=8;
  755. LR.LMin=-0.06; /* luminance at VMin */
  756. LR.LMax=39.7; /* luminance at VMax */
  757. LR.LBackground=9.731; /* background luminance during calibration */
  758. LR.VBackground=193; /* background number used during calibration */
  759. LR.dpi=76; /* pixels/inch */
  760. LR.Hz=66.67; /* frames/second */
  761. LR.units="cd/m^2";
  762. LR.coefficients=9; /* # of coefficients in polynomial fit */
  763. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  764.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  765.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  766.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  767. LR.polynomialError=0.2263; /* RMS error of fit */
  768. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  769.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  770. LR.quadraticError=2.5493; /* RMS error of fit */
  771. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  772.     LR.power[3]=2.48866;\
  773.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  774.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  775.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  776.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  777. LR.powerError=0.2616; /* RMS error of fit */
  778. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  779.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  780.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  781.     /* The exponent fixedPower[3] is fixed. */
  782. LR.fixedPowerError=1.1986; /* RMS error of fit */
  783. LR.r=0.0282406;
  784. LR.g=0.149883;
  785. LR.b=0.821877;
  786. LR.gainAccuracy=-0.0337905;
  787. LR.gm=3.85543; /* The monitor's contrast gain. */
  788. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  789. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  790. LR.VMin=0; /* minimum value that can be loaded into DAC */
  791. LR.VMax=255; /* maximum value that can be loaded into DAC */
  792.  
  793. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  794. LR.id="5111767";
  795. LR.name="signal";
  796. LR.date="3:09 PM Friday, October 16, 1992";
  797. LR.notes="manoj, lights off, photometer 1 inch from screen";
  798. LR.dacSize=8;
  799. LR.LMin=-0.06; /* luminance at VMin */
  800. LR.LMax=39.7; /* luminance at VMax */
  801. LR.LBackground=9.731; /* background luminance during calibration */
  802. LR.VBackground=193; /* background number used during calibration */
  803. LR.dpi=76; /* pixels/inch */
  804. LR.Hz=66.67; /* frames/second */
  805. LR.units="cd/m^2";
  806. LR.coefficients=9; /* # of coefficients in polynomial fit */
  807. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  808.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  809.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  810.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  811. LR.polynomialError=0.2263; /* RMS error of fit */
  812. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  813.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  814. LR.quadraticError=2.5493; /* RMS error of fit */
  815. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  816.     LR.power[3]=2.48866;\
  817.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  818.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  819.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  820.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  821. LR.powerError=0.2616; /* RMS error of fit */
  822. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  823.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  824.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  825.     /* The exponent fixedPower[3] is fixed. */
  826. LR.fixedPowerError=1.1986; /* RMS error of fit */
  827. LR.r=0.0282406;
  828. LR.g=0.149883;
  829. LR.b=0.821877;
  830. LR.gainAccuracy=-0.0337905;
  831. LR.gm=3.85543; /* The monitor's contrast gain. */
  832. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  833. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  834. LR.VMin=0; /* minimum value that can be loaded into DAC */
  835. LR.VMax=255; /* maximum value that can be loaded into DAC */
  836.  
  837. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  838. LR.id="5111767";
  839. LR.name="signal";
  840. LR.date="3:09 PM Friday, October 16, 1992";
  841. LR.notes="manoj, lights off, photometer 1 inch from screen";
  842. LR.dacSize=8;
  843. LR.LMin=-0.06; /* luminance at VMin */
  844. LR.LMax=39.7; /* luminance at VMax */
  845. LR.LBackground=9.731; /* background luminance during calibration */
  846. LR.VBackground=193; /* background number used during calibration */
  847. LR.dpi=76; /* pixels/inch */
  848. LR.Hz=66.67; /* frames/second */
  849. LR.units="cd/m^2";
  850. LR.coefficients=9; /* # of coefficients in polynomial fit */
  851. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  852.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  853.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  854.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  855. LR.polynomialError=0.2263; /* RMS error of fit */
  856. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  857.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  858. LR.quadraticError=2.5493; /* RMS error of fit */
  859. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  860.     LR.power[3]=2.48866;\
  861.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  862.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  863.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  864.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  865. LR.powerError=0.2616; /* RMS error of fit */
  866. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  867.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  868.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  869.     /* The exponent fixedPower[3] is fixed. */
  870. LR.fixedPowerError=1.1986; /* RMS error of fit */
  871. LR.r=0.0282406;
  872. LR.g=0.149883;
  873. LR.b=0.821877;
  874. LR.gainAccuracy=-0.0337905;
  875. LR.gm=3.85543; /* The monitor's contrast gain. */
  876. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  877. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  878. LR.VMin=0; /* minimum value that can be loaded into DAC */
  879. LR.VMax=255; /* maximum value that can be loaded into DAC */
  880.  
  881. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  882. LR.id="5111767";
  883. LR.name="signal";
  884. LR.date="3:09 PM Friday, October 16, 1992";
  885. LR.notes="manoj, lights off, photometer 1 inch from screen";
  886. LR.dacSize=8;
  887. LR.LMin=-0.06; /* luminance at VMin */
  888. LR.LMax=39.7; /* luminance at VMax */
  889. LR.LBackground=9.731; /* background luminance during calibration */
  890. LR.VBackground=193; /* background number used during calibration */
  891. LR.dpi=76; /* pixels/inch */
  892. LR.Hz=66.67; /* frames/second */
  893. LR.units="cd/m^2";
  894. LR.coefficients=9; /* # of coefficients in polynomial fit */
  895. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  896.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  897.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  898.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  899. LR.polynomialError=0.2263; /* RMS error of fit */
  900. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  901.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  902. LR.quadraticError=2.5493; /* RMS error of fit */
  903. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  904.     LR.power[3]=2.48866;\
  905.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  906.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  907.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  908.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  909. LR.powerError=0.2616; /* RMS error of fit */
  910. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  911.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  912.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  913.     /* The exponent fixedPower[3] is fixed. */
  914. LR.fixedPowerError=1.1986; /* RMS error of fit */
  915. LR.r=0.0282406;
  916. LR.g=0.149883;
  917. LR.b=0.821877;
  918. LR.gainAccuracy=-0.0337905;
  919. LR.gm=3.85543; /* The monitor's contrast gain. */
  920. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  921. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  922. LR.VMin=0; /* minimum value that can be loaded into DAC */
  923. LR.VMax=255; /* maximum value that can be loaded into DAC */
  924.  
  925. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  926. LR.id="5111767";
  927. LR.name="signal";
  928. LR.date="3:09 PM Friday, October 16, 1992";
  929. LR.notes="manoj, lights off, photometer 1 inch from screen";
  930. LR.dacSize=8;
  931. LR.LMin=-0.06; /* luminance at VMin */
  932. LR.LMax=39.7; /* luminance at VMax */
  933. LR.LBackground=9.731; /* background luminance during calibration */
  934. LR.VBackground=193; /* background number used during calibration */
  935. LR.dpi=76; /* pixels/inch */
  936. LR.Hz=66.67; /* frames/second */
  937. LR.units="cd/m^2";
  938. LR.coefficients=9; /* # of coefficients in polynomial fit */
  939. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  940.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  941.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  942.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  943. LR.polynomialError=0.2263; /* RMS error of fit */
  944. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  945.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  946. LR.quadraticError=2.5493; /* RMS error of fit */
  947. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  948.     LR.power[3]=2.48866;\
  949.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  950.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  951.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  952.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  953. LR.powerError=0.2616; /* RMS error of fit */
  954. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  955.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  956.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  957.     /* The exponent fixedPower[3] is fixed. */
  958. LR.fixedPowerError=1.1986; /* RMS error of fit */
  959. LR.r=0.0282406;
  960. LR.g=0.149883;
  961. LR.b=0.821877;
  962. LR.gainAccuracy=-0.0337905;
  963. LR.gm=3.85543; /* The monitor's contrast gain. */
  964. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  965. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  966. LR.VMin=0; /* minimum value that can be loaded into DAC */
  967. LR.VMax=255; /* maximum value that can be loaded into DAC */
  968.  
  969. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  970. LR.id="5111767";
  971. LR.name="signal";
  972. LR.date="3:09 PM Friday, October 16, 1992";
  973. LR.notes="manoj, lights off, photometer 1 inch from screen";
  974. LR.dacSize=8;
  975. LR.LMin=-0.06; /* luminance at VMin */
  976. LR.LMax=39.7; /* luminance at VMax */
  977. LR.LBackground=9.731; /* background luminance during calibration */
  978. LR.VBackground=193; /* background number used during calibration */
  979. LR.dpi=76; /* pixels/inch */
  980. LR.Hz=66.67; /* frames/second */
  981. LR.units="cd/m^2";
  982. LR.coefficients=9; /* # of coefficients in polynomial fit */
  983. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  984.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  985.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  986.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  987. LR.polynomialError=0.2263; /* RMS error of fit */
  988. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  989.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  990. LR.quadraticError=2.5493; /* RMS error of fit */
  991. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  992.     LR.power[3]=2.48866;\
  993.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  994.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  995.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  996.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  997. LR.powerError=0.2616; /* RMS error of fit */
  998. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  999.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1000.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1001.     /* The exponent fixedPower[3] is fixed. */
  1002. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1003. LR.r=0.0282406;
  1004. LR.g=0.149883;
  1005. LR.b=0.821877;
  1006. LR.gainAccuracy=-0.0337905;
  1007. LR.gm=3.85543; /* The monitor's contrast gain. */
  1008. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1009. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1010. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1011. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1012.  
  1013. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1014. LR.id="5111767";
  1015. LR.name="signal";
  1016. LR.date="3:09 PM Friday, October 16, 1992";
  1017. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1018. LR.dacSize=8;
  1019. LR.LMin=-0.06; /* luminance at VMin */
  1020. LR.LMax=39.7; /* luminance at VMax */
  1021. LR.LBackground=9.731; /* background luminance during calibration */
  1022. LR.VBackground=193; /* background number used during calibration */
  1023. LR.dpi=76; /* pixels/inch */
  1024. LR.Hz=66.67; /* frames/second */
  1025. LR.units="cd/m^2";
  1026. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1027. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1028.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1029.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1030.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1031. LR.polynomialError=0.2263; /* RMS error of fit */
  1032. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1033.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1034. LR.quadraticError=2.5493; /* RMS error of fit */
  1035. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1036.     LR.power[3]=2.48866;\
  1037.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1038.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1039.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1040.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1041. LR.powerError=0.2616; /* RMS error of fit */
  1042. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1043.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1044.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1045.     /* The exponent fixedPower[3] is fixed. */
  1046. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1047. LR.r=0.0282406;
  1048. LR.g=0.149883;
  1049. LR.b=0.821877;
  1050. LR.gainAccuracy=-0.0337905;
  1051. LR.gm=3.85543; /* The monitor's contrast gain. */
  1052. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1053. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1054. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1055. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1056.  
  1057. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1058. LR.id="5111767";
  1059. LR.name="signal";
  1060. LR.date="3:09 PM Friday, October 16, 1992";
  1061. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1062. LR.dacSize=8;
  1063. LR.LMin=-0.06; /* luminance at VMin */
  1064. LR.LMax=39.7; /* luminance at VMax */
  1065. LR.LBackground=9.731; /* background luminance during calibration */
  1066. LR.VBackground=193; /* background number used during calibration */
  1067. LR.dpi=76; /* pixels/inch */
  1068. LR.Hz=66.67; /* frames/second */
  1069. LR.units="cd/m^2";
  1070. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1071. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1072.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1073.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1074.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1075. LR.polynomialError=0.2263; /* RMS error of fit */
  1076. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1077.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1078. LR.quadraticError=2.5493; /* RMS error of fit */
  1079. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1080.     LR.power[3]=2.48866;\
  1081.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1082.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1083.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1084.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1085. LR.powerError=0.2616; /* RMS error of fit */
  1086. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1087.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1088.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1089.     /* The exponent fixedPower[3] is fixed. */
  1090. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1091. LR.r=0.0282406;
  1092. LR.g=0.149883;
  1093. LR.b=0.821877;
  1094. LR.gainAccuracy=-0.0337905;
  1095. LR.gm=3.85543; /* The monitor's contrast gain. */
  1096. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1097. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1098. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1099. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1100.  
  1101. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1102. LR.id="5111767";
  1103. LR.name="signal";
  1104. LR.date="3:09 PM Friday, October 16, 1992";
  1105. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1106. LR.dacSize=8;
  1107. LR.LMin=-0.06; /* luminance at VMin */
  1108. LR.LMax=39.7; /* luminance at VMax */
  1109. LR.LBackground=9.731; /* background luminance during calibration */
  1110. LR.VBackground=193; /* background number used during calibration */
  1111. LR.dpi=76; /* pixels/inch */
  1112. LR.Hz=66.67; /* frames/second */
  1113. LR.units="cd/m^2";
  1114. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1115. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1116.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1117.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1118.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1119. LR.polynomialError=0.2263; /* RMS error of fit */
  1120. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1121.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1122. LR.quadraticError=2.5493; /* RMS error of fit */
  1123. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1124.     LR.power[3]=2.48866;\
  1125.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1126.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1127.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1128.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1129. LR.powerError=0.2616; /* RMS error of fit */
  1130. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1131.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1132.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1133.     /* The exponent fixedPower[3] is fixed. */
  1134. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1135. LR.r=0.0282406;
  1136. LR.g=0.149883;
  1137. LR.b=0.821877;
  1138. LR.gainAccuracy=-0.0337905;
  1139. LR.gm=3.85543; /* The monitor's contrast gain. */
  1140. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1141. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1142. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1143. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1144.  
  1145. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1146. LR.id="5111767";
  1147. LR.name="signal";
  1148. LR.date="3:09 PM Friday, October 16, 1992";
  1149. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1150. LR.dacSize=8;
  1151. LR.LMin=-0.06; /* luminance at VMin */
  1152. LR.LMax=39.7; /* luminance at VMax */
  1153. LR.LBackground=9.731; /* background luminance during calibration */
  1154. LR.VBackground=193; /* background number used during calibration */
  1155. LR.dpi=76; /* pixels/inch */
  1156. LR.Hz=66.67; /* frames/second */
  1157. LR.units="cd/m^2";
  1158. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1159. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1160.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1161.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1162.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1163. LR.polynomialError=0.2263; /* RMS error of fit */
  1164. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1165.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1166. LR.quadraticError=2.5493; /* RMS error of fit */
  1167. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1168.     LR.power[3]=2.48866;\
  1169.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1170.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1171.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1172.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1173. LR.powerError=0.2616; /* RMS error of fit */
  1174. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1175.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1176.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1177.     /* The exponent fixedPower[3] is fixed. */
  1178. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1179. LR.r=0.0282406;
  1180. LR.g=0.149883;
  1181. LR.b=0.821877;
  1182. LR.gainAccuracy=-0.0337905;
  1183. LR.gm=3.85543; /* The monitor's contrast gain. */
  1184. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1185. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1186. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1187. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1188.  
  1189. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1190. LR.id="5111767";
  1191. LR.name="signal";
  1192. LR.date="3:09 PM Friday, October 16, 1992";
  1193. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1194. LR.dacSize=8;
  1195. LR.LMin=-0.06; /* luminance at VMin */
  1196. LR.LMax=39.7; /* luminance at VMax */
  1197. LR.LBackground=9.731; /* background luminance during calibration */
  1198. LR.VBackground=193; /* background number used during calibration */
  1199. LR.dpi=76; /* pixels/inch */
  1200. LR.Hz=66.67; /* frames/second */
  1201. LR.units="cd/m^2";
  1202. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1203. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1204.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1205.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1206.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1207. LR.polynomialError=0.2263; /* RMS error of fit */
  1208. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1209.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1210. LR.quadraticError=2.5493; /* RMS error of fit */
  1211. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1212.     LR.power[3]=2.48866;\
  1213.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1214.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1215.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1216.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1217. LR.powerError=0.2616; /* RMS error of fit */
  1218. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1219.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1220.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1221.     /* The exponent fixedPower[3] is fixed. */
  1222. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1223. LR.r=0.0282406;
  1224. LR.g=0.149883;
  1225. LR.b=0.821877;
  1226. LR.gainAccuracy=-0.0337905;
  1227. LR.gm=3.85543; /* The monitor's contrast gain. */
  1228. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1229. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1230. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1231. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1232.  
  1233. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1234. LR.id="5111767";
  1235. LR.name="signal";
  1236. LR.date="3:09 PM Friday, October 16, 1992";
  1237. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1238. LR.dacSize=8;
  1239. LR.LMin=-0.06; /* luminance at VMin */
  1240. LR.LMax=39.7; /* luminance at VMax */
  1241. LR.LBackground=9.731; /* background luminance during calibration */
  1242. LR.VBackground=193; /* background number used during calibration */
  1243. LR.dpi=76; /* pixels/inch */
  1244. LR.Hz=66.67; /* frames/second */
  1245. LR.units="cd/m^2";
  1246. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1247. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1248.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1249.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1250.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1251. LR.polynomialError=0.2263; /* RMS error of fit */
  1252. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1253.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1254. LR.quadraticError=2.5493; /* RMS error of fit */
  1255. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1256.     LR.power[3]=2.48866;\
  1257.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1258.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1259.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1260.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1261. LR.powerError=0.2616; /* RMS error of fit */
  1262. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1263.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1264.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1265.     /* The exponent fixedPower[3] is fixed. */
  1266. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1267. LR.r=0.0282406;
  1268. LR.g=0.149883;
  1269. LR.b=0.821877;
  1270. LR.gainAccuracy=-0.0337905;
  1271. LR.gm=3.85543; /* The monitor's contrast gain. */
  1272. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1273. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1274. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1275. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1276.  
  1277. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1278. LR.id="5111767";
  1279. LR.name="signal";
  1280. LR.date="3:09 PM Friday, October 16, 1992";
  1281. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1282. LR.dacSize=8;
  1283. LR.LMin=-0.06; /* luminance at VMin */
  1284. LR.LMax=39.7; /* luminance at VMax */
  1285. LR.LBackground=9.731; /* background luminance during calibration */
  1286. LR.VBackground=193; /* background number used during calibration */
  1287. LR.dpi=76; /* pixels/inch */
  1288. LR.Hz=66.67; /* frames/second */
  1289. LR.units="cd/m^2";
  1290. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1291. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1292.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1293.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1294.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1295. LR.polynomialError=0.2263; /* RMS error of fit */
  1296. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1297.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1298. LR.quadraticError=2.5493; /* RMS error of fit */
  1299. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1300.     LR.power[3]=2.48866;\
  1301.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1302.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1303.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1304.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1305. LR.powerError=0.2616; /* RMS error of fit */
  1306. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1307.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1308.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1309.     /* The exponent fixedPower[3] is fixed. */
  1310. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1311. LR.r=0.0282406;
  1312. LR.g=0.149883;
  1313. LR.b=0.821877;
  1314. LR.gainAccuracy=-0.0337905;
  1315. LR.gm=3.85543; /* The monitor's contrast gain. */
  1316. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1317. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1318. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1319. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1320.  
  1321. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1322. LR.id="5111767";
  1323. LR.name="signal";
  1324. LR.date="3:09 PM Friday, October 16, 1992";
  1325. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1326. LR.dacSize=8;
  1327. LR.LMin=-0.06; /* luminance at VMin */
  1328. LR.LMax=39.7; /* luminance at VMax */
  1329. LR.LBackground=9.731; /* background luminance during calibration */
  1330. LR.VBackground=193; /* background number used during calibration */
  1331. LR.dpi=76; /* pixels/inch */
  1332. LR.Hz=66.67; /* frames/second */
  1333. LR.units="cd/m^2";
  1334. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1335. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1336.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1337.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1338.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1339. LR.polynomialError=0.2263; /* RMS error of fit */
  1340. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1341.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1342. LR.quadraticError=2.5493; /* RMS error of fit */
  1343. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1344.     LR.power[3]=2.48866;\
  1345.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1346.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1347.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1348.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1349. LR.powerError=0.2616; /* RMS error of fit */
  1350. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1351.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1352.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1353.     /* The exponent fixedPower[3] is fixed. */
  1354. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1355. LR.r=0.0282406;
  1356. LR.g=0.149883;
  1357. LR.b=0.821877;
  1358. LR.gainAccuracy=-0.0337905;
  1359. LR.gm=3.85543; /* The monitor's contrast gain. */
  1360. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1361. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1362. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1363. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1364.  
  1365. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1366. LR.id="5111767";
  1367. LR.name="signal";
  1368. LR.date="3:09 PM Friday, October 16, 1992";
  1369. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1370. LR.dacSize=8;
  1371. LR.LMin=-0.06; /* luminance at VMin */
  1372. LR.LMax=39.7; /* luminance at VMax */
  1373. LR.LBackground=9.731; /* background luminance during calibration */
  1374. LR.VBackground=193; /* background number used during calibration */
  1375. LR.dpi=76; /* pixels/inch */
  1376. LR.Hz=66.67; /* frames/second */
  1377. LR.units="cd/m^2";
  1378. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1379. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1380.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1381.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1382.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1383. LR.polynomialError=0.2263; /* RMS error of fit */
  1384. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1385.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1386. LR.quadraticError=2.5493; /* RMS error of fit */
  1387. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1388.     LR.power[3]=2.48866;\
  1389.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1390.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1391.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1392.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1393. LR.powerError=0.2616; /* RMS error of fit */
  1394. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1395.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1396.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1397.     /* The exponent fixedPower[3] is fixed. */
  1398. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1399. LR.r=0.0282406;
  1400. LR.g=0.149883;
  1401. LR.b=0.821877;
  1402. LR.gainAccuracy=-0.0337905;
  1403. LR.gm=3.85543; /* The monitor's contrast gain. */
  1404. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1405. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1406. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1407. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1408.  
  1409. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1410. LR.id="5111767";
  1411. LR.name="signal";
  1412. LR.date="3:09 PM Friday, October 16, 1992";
  1413. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1414. LR.dacSize=8;
  1415. LR.LMin=-0.06; /* luminance at VMin */
  1416. LR.LMax=39.7; /* luminance at VMax */
  1417. LR.LBackground=9.731; /* background luminance during calibration */
  1418. LR.VBackground=193; /* background number used during calibration */
  1419. LR.dpi=76; /* pixels/inch */
  1420. LR.Hz=66.67; /* frames/second */
  1421. LR.units="cd/m^2";
  1422. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1423. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1424.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1425.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1426.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1427. LR.polynomialError=0.2263; /* RMS error of fit */
  1428. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1429.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1430. LR.quadraticError=2.5493; /* RMS error of fit */
  1431. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1432.     LR.power[3]=2.48866;\
  1433.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1434.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1435.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1436.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1437. LR.powerError=0.2616; /* RMS error of fit */
  1438. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1439.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1440.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1441.     /* The exponent fixedPower[3] is fixed. */
  1442. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1443. LR.r=0.0282406;
  1444. LR.g=0.149883;
  1445. LR.b=0.821877;
  1446. LR.gainAccuracy=-0.0337905;
  1447. LR.gm=3.85543; /* The monitor's contrast gain. */
  1448. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1449. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1450. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1451. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1452.  
  1453. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1454. LR.id="5111767";
  1455. LR.name="signal";
  1456. LR.date="3:09 PM Friday, October 16, 1992";
  1457. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1458. LR.dacSize=8;
  1459. LR.LMin=-0.06; /* luminance at VMin */
  1460. LR.LMax=39.7; /* luminance at VMax */
  1461. LR.LBackground=9.731; /* background luminance during calibration */
  1462. LR.VBackground=193; /* background number used during calibration */
  1463. LR.dpi=76; /* pixels/inch */
  1464. LR.Hz=66.67; /* frames/second */
  1465. LR.units="cd/m^2";
  1466. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1467. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1468.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1469.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1470.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1471. LR.polynomialError=0.2263; /* RMS error of fit */
  1472. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1473.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1474. LR.quadraticError=2.5493; /* RMS error of fit */
  1475. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1476.     LR.power[3]=2.48866;\
  1477.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1478.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1479.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1480.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1481. LR.powerError=0.2616; /* RMS error of fit */
  1482. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1483.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1484.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1485.     /* The exponent fixedPower[3] is fixed. */
  1486. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1487. LR.r=0.0282406;
  1488. LR.g=0.149883;
  1489. LR.b=0.821877;
  1490. LR.gainAccuracy=-0.0337905;
  1491. LR.gm=3.85543; /* The monitor's contrast gain. */
  1492. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1493. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1494. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1495. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1496.  
  1497. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1498. LR.id="5111767";
  1499. LR.name="signal";
  1500. LR.date="3:09 PM Friday, October 16, 1992";
  1501. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1502. LR.dacSize=8;
  1503. LR.LMin=-0.06; /* luminance at VMin */
  1504. LR.LMax=39.7; /* luminance at VMax */
  1505. LR.LBackground=9.731; /* background luminance during calibration */
  1506. LR.VBackground=193; /* background number used during calibration */
  1507. LR.dpi=76; /* pixels/inch */
  1508. LR.Hz=66.67; /* frames/second */
  1509. LR.units="cd/m^2";
  1510. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1511. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1512.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1513.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1514.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1515. LR.polynomialError=0.2263; /* RMS error of fit */
  1516. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1517.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1518. LR.quadraticError=2.5493; /* RMS error of fit */
  1519. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1520.     LR.power[3]=2.48866;\
  1521.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1522.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1523.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1524.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1525. LR.powerError=0.2616; /* RMS error of fit */
  1526. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1527.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1528.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1529.     /* The exponent fixedPower[3] is fixed. */
  1530. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1531. LR.r=0.0282406;
  1532. LR.g=0.149883;
  1533. LR.b=0.821877;
  1534. LR.gainAccuracy=-0.0337905;
  1535. LR.gm=3.85543; /* The monitor's contrast gain. */
  1536. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1537. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1538. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1539. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1540.  
  1541. LR.screen=1; /* device=GetScreenDevice(LR.screen); */
  1542. LR.id="5111767";
  1543. LR.name="signal";
  1544. LR.date="3:09 PM Friday, October 16, 1992";
  1545. LR.notes="manoj, lights off, photometer 1 inch from screen";
  1546. LR.dacSize=8;
  1547. LR.LMin=-0.06; /* luminance at VMin */
  1548. LR.LMax=39.7; /* luminance at VMax */
  1549. LR.LBackground=9.731; /* background luminance during calibration */
  1550. LR.VBackground=193; /* background number used during calibration */
  1551. LR.dpi=76; /* pixels/inch */
  1552. LR.Hz=66.67; /* frames/second */
  1553. LR.units="cd/m^2";
  1554. LR.coefficients=9; /* # of coefficients in polynomial fit */
  1555. LR.p[0]=1.28201e-14;LR.p[1]=8.25776e-13;LR.p[2]=5.00064e-11;\
  1556.     LR.p[3]=2.51138e-09;LR.p[4]=7.98055e-08;LR.p[5]=-2.04184e-09;\
  1557.     LR.p[6]=1.79181e-11;LR.p[7]=-6.3791e-14;LR.p[8]=8.10888e-17;\
  1558.      /* L(V)=p[0]+p[1]*V+p[2]*V*V+ . . . ±polynomialError */
  1559. LR.polynomialError=0.2263; /* RMS error of fit */
  1560. LR.q[0]=4.86285;LR.q[1]=-0.201266;LR.q[2]=0.00125998;\
  1561.      /* L(V)=q[0]+q[1]*V+q[2]*V*V±quadraticError */
  1562. LR.quadraticError=2.5493; /* RMS error of fit */
  1563. LR.power[0]=-0.0615421;LR.power[1]=-3.38554;LR.power[2]=0.0305017;\
  1564.     LR.power[3]=2.48866;\
  1565.      /* L(V)=power[0]+Rectify(power[1]+power[2]*V)^power[3]±powerError */\
  1566.     /* where Rectify(x)=x if x≥0, and Rectify(x)=0 otherwise. */\
  1567.     /* Pelli & Zhang (1991) Eqs.9&10 use symbols v=V/255, */\
  1568.     /* alpha=power[0], beta=power[1], kappa=power[2]*255, gamma=power[3] */
  1569. LR.powerError=0.2616; /* RMS error of fit */
  1570. LR.fixedPower[0]=-0.764058;LR.fixedPower[1]=-2.96785;\
  1571.     LR.fixedPower[2]=0.0310164;LR.fixedPower[3]=2.28;\
  1572.      /* L(V)=fixedPower[0]+Rectify(fixedPower[1]+fixedPower[2]*V)^fixedPower[3]±fixedPowerError */\
  1573.     /* The exponent fixedPower[3] is fixed. */
  1574. LR.fixedPowerError=1.1986; /* RMS error of fit */
  1575. LR.r=0.0282406;
  1576. LR.g=0.149883;
  1577. LR.b=0.821877;
  1578. LR.gainAccuracy=-0.0337905;
  1579. LR.gm=3.85543; /* The monitor's contrast gain. */
  1580. LR.rangeSet=0; /* zero indicates that range parameters have yet to be set */
  1581. LR.L.exists=0; /* zero indicates that luminance table has yet to be initialized */
  1582. LR.VMin=0; /* minimum value that can be loaded into DAC */
  1583. LR.VMax=255; /* maximum value that can be loaded into DAC */
  1584.  
  1585.